projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f791b5
)
gtk+-4.0.pc: Drop rogue refererene to non-existing gdk-4.0.pc
author
Rico Tzschichholz
<ricotz@ubuntu.com>
Thu, 27 Oct 2016 06:12:20 +0000
(08:12 +0200)
committer
Rico Tzschichholz
<ricotz@ubuntu.com>
Thu, 27 Oct 2016 06:12:20 +0000
(08:12 +0200)
gtk+-4.0.pc.in
patch
|
blob
|
history
diff --git
a/gtk+-4.0.pc.in
b/gtk+-4.0.pc.in
index b5385b328f63bc800e5c5ff347c5eea420143fff..f4ca39b996a52a5c829afd95a9acfe80cf41cd72 100644
(file)
--- a/
gtk+-4.0.pc.in
+++ b/
gtk+-4.0.pc.in
@@
-10,7
+10,7
@@
gtk_host=@host@
Name: GTK+
Description: GTK+ Graphical UI Library
Version: @VERSION@
-Requires:
gdk-@GTK_API_VERSION@
@GDK_PACKAGES@ @GTK_PACKAGES@
+Requires: @GDK_PACKAGES@ @GTK_PACKAGES@
Requires.private: @GDK_PRIVATE_PACKAGES@ @GTK_PRIVATE_PACKAGES@
Libs: -L${libdir} -lgtk-4 @GDK_EXTRA_LIBS@ @GSK_EXTRA_LIBS@ @GTK_EXTRA_LIBS@
Cflags: -I${includedir}/gtk-@GTK_API_VERSION@ @GDK_EXTRA_CFLAGS@ @GSK_EXTRA_CFLAGS@ @GTK_EXTRA_CFLAGS@